home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sspell14.zip / CONFIG.H < prev    next >
Text File  |  1992-07-06  |  568b  |  23 lines

  1. /* this contains the default configuration options for the spelling */
  2. /* program. Edit this file to suit your system. */
  3.  
  4. #define DICT_PATH ""
  5. #define CFGNAME "sspell.cfg"
  6. #define DICTIONARY "main.dct"
  7. #define INDEX "main.idx"
  8. #define STOP "main.stp"
  9. #define RULE "rule.lst"
  10. #define CACHESIZE 1000
  11. #define ROOTNAME "sspell"
  12. #define SORT "sort -fu"
  13. #define SEPARATOR "/"
  14.  
  15. #define MAXSTR 128
  16. #define SEPSTR " \n\r\t!@#$%^&*(),.?<>~`\":;|/\\{}[]"
  17.  
  18. /* HASHWID must always be 2 or greater */
  19. #define HASHWID 8
  20. #define IDXSIZ 1000
  21.  
  22. #define MAXSTOP 50
  23.